#define ERR_INVALID_ID NXLocalizedString("Department id must be within [100-999].", NULL, "Notify user that department id is not valid.")
#define ERR_INVALID_LOCATION NXLocalizedString("Location id must be in [1101,1103,1104,1106,1207]", NULL, "Notify user that location id is not valid.")
#define ERR_INSERT_FAIL NXLocalizedString("Insert failed.", NULL, "Notify user that insert failed.")
#define ERR_UPDATE_FAIL NXLocalizedString("Update failed.", NULL, "Notify user that update failed.")